UInt32MINumericUInt32MDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32M INumeric<UInt32M>.Divide(
UInt32M value
)
Private Function Divide (
value As UInt32M
) As UInt32M Implements INumeric(Of UInt32M).Divide
private:
virtual UInt32M Divide(
UInt32M value
) sealed = INumeric<UInt32M>::Divide
private abstract Divide :
value : UInt32M -> UInt32M
private override Divide :
value : UInt32M -> UInt32M
- value UInt32M
- The value as the divisor.
UInt32MThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)